Landing Website:
	- About Page
	- Blog Page
	- Project Page
	- Index Page
	- Images/Files Folder
	- Web Application Folder:
		- Index Page
			- index.php //The page that users see when NOT logged in.
			
			- liveIndex.php //The page that users see when logged in.
			
			- index.css //The css file that helps format the index page of the project.
			
			- index.js //The JS file that contains functions for the google map and assorted functionality.
			
		- Uploads folder //Has the uploaded photos as well as relevant pins for each photo.
		
		- Images Folder //Has the images for the relevant images used by the project (pins, etc).
		
		- Functions:
			- Edit //Contains all of the scripts and files affiliated with editing data in the project.
			
			- Photo_Scraper //Contains the relevant scripts for when uploading a photo to the project.
			
			- Session //Contains the relevant files for sessions and accounts related to the project.
			